fix: raise feature assessment credit budget - #4222
Merged
mnriem merged 1 commit intoAug 20, 2026
Merged
Conversation
Set an explicit 20K daily AI credits guardrail for the multi-stage feature assessment workflow so normal aggregate usage does not block subsequent assessments.\n\nRefs github#4216\n\nAssisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous)\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>\nCopilot-Session: 1711a974-353d-4096-96e9-c7d6d2105355
Contributor
There was a problem hiding this comment.
Pull request overview
Raises the feature-assessment workflow’s daily AI credit guardrail to prevent expected multi-run usage from being blocked.
Changes:
- Sets the workflow-specific limit to 20K credits.
- Regenerates the compiled workflow lock file.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/feature-assess.md |
Defines the 20K daily credit limit. |
.github/workflows/feature-assess.lock.yml |
Applies the compiled 20,000-credit configuration. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
ira-at-work
added a commit
to ira-at-work/spec-kit
that referenced
this pull request
Aug 21, 2026
…065-stable-block-identifiers * 'main' of https://github.com/github/spec-kit: (38 commits) [extension] Update Security Review extension to v2.0.0 (github#4223) fix(presets): reject duplicate provides.templates name+type entries (github#4191) fix(bundler): decode a downloaded (non-zip) bundle manifest as UTF-8 (github#4190) Update Intake Sequencing Governance preset to v0.2.3 (github#4235) Update MAQA — Multi-Agent & Quality Assurance extension to v0.1.6 (github#4234) [bug-fix] Fix qodercli-skills-migration: migrate QodercliIntegration to SkillsIntegration (github#4205) [preset] Add Inventory Alignment preset to community catalog (github#4229) [extension] Add Spec Inventory extension to community catalog (github#4228) [extension] Update Architecture Guard extension to v2.3.6 (github#4224) Update SpecKit Companion extension to v0.20.2 (github#4225) fix(workflows): reject a condition that has no {{ }} block (github#4182) fix: raise feature assessment credit budget (github#4222) [extension] Add AgentDocx extension to community catalog (github#4184) fix(integrations): report a falsy non-mapping integration descriptor as a shape error (github#4187) Update Autonomous Run Governance preset to v0.4.1 (github#4203) fix(workflows): validate dispatch defaults (github#4181) Update Atlas extension display name in community catalog (github#4202) Add Closed Vocabulary Check preset to community catalog (github#4201) fix(utils): narrow bare except Exception in merge_json_files (github#4189) chore: release 0.16.5, begin 0.16.6.dev0 development (github#4206) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Normal successful runs use roughly 463–604 AI credits, while the inherited 5K rolling limit blocked the workflow at 6,338 aggregate credits. The higher workflow-specific cap preserves a spending guardrail while accommodating expected multi-run usage.
Fixes #4216
Authored autonomously on behalf of @mnriem by GitHub Copilot (model: GPT-5.6 Sol).